net/http.http2FrameHeader.Length (field)
22 uses
net/http (current package)
h2_bundle.go#L1728: Length uint32
h2_bundle.go#L1771: fmt.Fprintf(buf, " len=%d", h.Length)
h2_bundle.go#L1810: Length: (uint32(buf[0])<<16 | uint32(buf[1])<<8 | uint32(buf[2])),
h2_bundle.go#L2075: if fh.Length > fr.maxReadSize {
h2_bundle.go#L2095: payload := fr.getReadBuf(fh.Length)
h2_bundle.go#L2325: if fh.Flags.Has(http2FlagSettingsAck) && fh.Length > 0 {
h2_bundle.go#L5585: if !sc.inflow.take(f.Length) {
h2_bundle.go#L5588: sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
h2_bundle.go#L5866: if !sc.inflow.take(f.Length) {
h2_bundle.go#L5869: sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
h2_bundle.go#L5883: if !sc.inflow.take(f.Length) {
h2_bundle.go#L5886: sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
h2_bundle.go#L5894: if f.Length > 0 {
h2_bundle.go#L5896: if !http2takeInflows(&sc.inflow, &st.inflow, f.Length) {
h2_bundle.go#L5907: sc.sendWindowUpdate(nil, int(f.Length)-wrote)
h2_bundle.go#L5920: pad := int32(f.Length) - int32(len(data))
h2_bundle.go#L9956: if f.Length > 0 {
h2_bundle.go#L9958: ok := cc.inflow.take(f.Length)
h2_bundle.go#L9959: connAdd := cc.inflow.add(int(f.Length))
h2_bundle.go#L9989: if f.Length > 0 {
h2_bundle.go#L10000: if !http2takeInflows(&cc.inflow, &cs.inflow, f.Length) {
h2_bundle.go#L10007: if pad := int(f.Length) - len(data); pad > 0 {